<script>on mouseUpask "Date to convert to seconds?" with the dateif it is not empty thenconvert it to secondsput it into whichDateput whichDate into bkgnd field "Result"end ifend mouseUp</script>
</part>
<part>
<id>2</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>24</left>
<top>12</top>
<right>104</right>
<bottom>27</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <false /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>Time2</name>
<script>on mouseUpask "Seconds to convert to date?"if it is not empty thenconvert it to abbr Dateput it into whichDateput whichDate into bkgnd field "Result"end ifend mouseUp</script>